home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 August / Designer's Club 1996 August.iso / pc / ideasrc / windmill.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  197 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(9, 1)
  3.   set the castNum of sprite 9 to 20
  4.   updateStage()
  5.   if soundBusy(1) then
  6.     puppetSound(0)
  7.   else
  8.     puppetSound("millhelp")
  9.   end if
  10.   puppetSprite(9, 0)
  11. end
  12.